runtime/pprof.profileBuilder.emitLocation (method)

5 uses

	runtime/pprof (current package)
		proto.go#L403: 			if id := b.emitLocation(); id > 0 {
		proto.go#L421: 			if id := b.emitLocation(); id > 0 {
		proto.go#L435: 		if id := b.emitLocation(); id > 0 {
		proto.go#L448: 	if id := b.emitLocation(); id > 0 { // emit remaining location.
		proto.go#L519: func (b *profileBuilder) emitLocation() uint64 {